[VS2008] - Run Add-in from PrebuildEvent

Posted by JBL on Stack Overflow See other posts from Stack Overflow or by JBL
Published on 2010-05-05T15:25:38Z Indexed on 2010/05/05 15:28 UTC
Read the original article Hit count: 177

Filed under:
|

I'm writing an VS 2008 add-in to synchronize Setup project Version with startup project assembly version. It works fine. But I was wondering if it was possible to call add-in from the Prebuild Event of my setup project. It works fine by command line window, but I didn't find any syntax to make it work in prebuildEvent. Is Someone has an idea ? Thanks

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about add-in